Supplements for TIBCO Flogo® Connectors
Some TIBCO Flogo® connectors require third-party drivers or libraries to function. These files are called supplements. You must add the supplement to the TIBCO Control Plane for the connector to function. This only needs to be done once per organization.
See the documentation for your connector to determine if it needs to be supplemented, and how to obtain the files for the supplement.
Uploading Supplements
- Procedure
Log in to TIBCO Control Plane.
Go to the Integration Capabilities page and click Upload Supplement.
In the Upload Supplement window, select a connector or driver from the dropdown list.
Drag your supplement archive onto the window. You can also click browse to upload and find the files on your system.
Click Upload selected file.
Each supplement shown has the following details:
-
Name
-
File
-
Date Uploaded
-
Uploaded By
If you are using nginx ingress controller then you can increase the file upload size by adding the proxy-body-size: "<size in mb>" property under the data section to your ConfigMap for your ingress controller. The POD restart is required for the change to take effect.
For example:
apiVersion: v1
kind: ConfigMap
metadata:
annotations:
meta.helm.sh/release-name: dp-config-aws-ingress
meta.helm.sh/release-namespace: ingress-system
creationTimestamp: "2024-04-18T09:46:03Z"
labels:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: dp-config-aws-ingress
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/version: 1.8.2
helm.sh/chart: ingress-nginx-4.7.2
name: dp-config-aws-ingress-ingress-nginx-controller
namespace: ingress-system
resourceVersion: "16819718"
uid: 2c0802df-8de3-4450-a04d-1342be9a02da
data:
allow-snippet-annotations: "true"
use-forwarded-headers: "true"
proxy-body-size: "150m"
Deleting Supplements
The upload supplements list allows you to easily manage your supplement files. To delete an outdated supplement and upload a newer version, simply locate the desired supplement in the list and click the delete icon beside its details.